home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJSRC111.ZIP / go32 / mono.h < prev    next >
C/C++ Source or Header  |  1993-06-20  |  284b  |  15 lines

  1. #define MONO_NORMAL    0x07
  2. #define MONO_BOLD    0x0f
  3.  
  4. extern int screen_seg;
  5. extern int mono_attr;
  6. extern int use_mono;
  7.  
  8. extern int redir_1_mono;
  9. extern int redir_2_mono;
  10. extern int redir_2_1;
  11. extern int redir_1_2;
  12.  
  13. void mputchar(char c);
  14. int mono_write(char *buf, int len);
  15.